ascbin |
Can be either "asc","bin" or "auto",
you can set the default file transfer mode. When this parameter
is set to auto, UnlimitedFTP will set the transfer mode automatically
by comparing the file extension to the list of file extensions specified
in the "asciiextensions" parameter below.
Default value: "bin"
Valid values: "bin", "asc", "auto",
and "macbin"(MacOS only)
|
showascbin |
If this value is set to "true", UnlimitedFTP will hide
the ASCII/BINARY or TEXT/DATA/MACBINARY radio buttons.
Default value: "false"
Valid values: "true", "false"
|
asciiextensions |
Transfer all the files with these extension in Ascii Mode. Used
in conjunction with "ascbin" parameter when it is set
to "auto".
Default value: ""
Valid values: "<comma delimited list of extensions>"
|
extensions |
Only files with these extensions will be displayed/affected by
UnlimitedFTP.
Default value: ""
Valid values: "<comma delimited list of extensions>"
|
lockinitialdir |
If set to "true", UnlimitedFTP locks the user to the
initial directory, and its sub-directories.
Default value: "false"
Valid values: "true", "false"
|
localdir |
UnlimitedFTP will automatically switch to this local directory
when UnlimitedFTP initializes. Example would be "c:\windows"
or "/etc".
Default value: ""
Valid values: "<valid local directory>"
|
remotedir |
UnlimitedFTP will automatically switch to this directory on the
FTP server after a successful login. Example would be "/initialdir".
Default value: ""
Valid values: "<valid remote directory>"
|
enableCookies |
UnlimitedFTP will store cookies to remember the last site and username
if this value is set to "true".
Default value: "true"
Valid values: "true", "false"
|
doubleClickTransfer |
If this value is set to "true", double clicking on a
file will initiate a transfer of the selected file(s).
Default value: "true"
Valid values: "true", "false"
|
enablerightclick |
If this value is set to false, users will not be able to right
click on files and execute the available options for that file.
Default value: "true"
Valid values: "true", "false"
|
helpLocation |
When the "Help" button is pressed, it will open a new
browser window and is sent to the URL specified.
Default value: ""
Valid values: "<valid URL>"
|
syncpriority |
While using the "Sync" button, if a file exists on both
the local and remote file system, this parameter determines which
file is considered to be the master file. The other file will be
overwritten. If the value is set to "local", any remote
file that exists on the local side as well, will be overwritten
by the local version.
Default value: "local"
Valid values: "local", "remote"
|
incremental |
If files have not been modified they will not be transferred. This
is determined by comparing the size of the files, and optionally
the date/time of modification of the files. If you want to use date/time
you must set the "incdatetime" to "true".
Default value: "false"
Valid values: "true", "false"
|
incdatetime |
When doing incremental transfers, this parameter determines whether
to use a date/time stamp to compare files. This is optional because
the date/time stamp can vary greatly between the local time on your
PC and the time on the FTP server. For this reason, when using this
feature, you should also use the "timezonecomp" parameter
to compensate for differences in time between the local and remote
file systems.
Default value: "false"
Valid values: "true", "false"
|
timezonecomp |
A value in minutes that specifies a time difference between the
local file system, and the remote file system. For example, is you
are in the New York, and you are connecting to a an FTP server in
Los Angeles, you would set this value to -180 to compensate for
the time difference because LA is 3 hours (180 minutes) behind NY
time. Conversely, if the FTP server is located in NY and you are
in LA, the value should be set to 180 because NY is three hours
ahead.
Default value: "0"
Valid values: <integer value in minutes>
|
selectalllocal |
All files in the initial local directory will be selected when
UnlimitedFTP initializes.
Default value: ""
Valid values: "<valid local directory>"
|
selectallremote |
All files in the initial remote directory will be selected when
UnlimitedFTP connects successfully to an FTP server.
Default value: ""
Valid values: "<valid remote directory>"
|
autoupload |
Used in conjunction with "selectalllocal", this parameter
allows you to automatically upload files. This parameter is only
functional when UnlimitedFTP is licensed.
Default value: "false"
Valid values: "true", "false"
|
autodownload |
Used in conjunction with "selectallremote", this parameter
allows you to automatically download files. This parameter is only
functional when UnlimitedFTP is licensed.
Default value: "false"
Valid values: "true", "false"
|
autoallo |
Default value: "false"
Valid values: "true", "false" |
createdirectoryonconnect |
This param specifies a remote directory that should be created
when an FTP connection is established.
Default value: ""
Valid values: "<valid remote directory>"
|